-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Move existing documentation into new Contributor Guide and add Getting Started section #334
Conversation
specific language governing permissions and limitations | ||
under the License. | ||
--> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here I'm thinking to generate this doc automatically the similar to doc/spark_builtin_expr_coverage.txt
but in .md format
1. Intellij as the Java IDE | ||
2. CLion as the Native IDE. For Rust code, the CLion Rust language plugin is required. Note that the | ||
Intellij Rust plugin is not sufficient. | ||
Intellij Rust plugin is not sufficient. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting changes are from running prettier
|
||
We maintain a list of good first issues in GitHub [here](https://github.com/apache/datafusion-comet/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). | ||
|
||
The list of currently supported Spark expressions can be found at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this sentence not finished?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I have removed this.
@@ -20,12 +20,13 @@ under the License. | |||
# Comet Debugging Guide | |||
|
|||
This HOWTO describes how to debug JVM code and Native code concurrently. The guide assumes you have: | |||
|
|||
1. Intellij as the Java IDE | |||
2. CLion as the Native IDE. For Rust code, the CLion Rust language plugin is required. Note that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel that we can move to RustRover instead of CLion. It is specified for Rust development. We can update this later.
…Getting Started section (apache#334)
Which issue does this PR close?
Part of #230
Closes #317
Rationale for this change
The main motivation is to move all docs into the documentation site where it is easier to discover.
I also added a Getting Started section with information about the public Slack and Discord channels and our new regular meetings.
Preview of navigation menu
What changes are included in this PR?
How are these changes tested?